home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / block.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  924 b   |  28 lines

  1. [LANGUAGE english; PARENT keywords; PAGE 11-17]
  2. [C;6;B]        BLOCKHUNK or BH
  3.         BLOCKUNIT or BU
  4. [7]Default: BLOCKHUNK
  5. [J;1;N]
  6.   Enables the selection of the block size for the link.
  7. [INDENT 4]
  8.   A hunk block link means:
  9.     Any hunk which is needed from a library will be linked \
  10. alone into the resulting file. If other hunks are present into \
  11. the same unit, they will not be linked into the resulting \
  12. file; accept if they have at least a reference, of course.
  13.  
  14.   A unit block link means:
  15.     Any hunk which is needed from a library will be linked \
  16. with the other hunks present in that unit. This is the usual \
  17. way used to enable some auto-initialisation and auto-exit.
  18. [INDENT]
  19.   DICE and SLINK instructions automatically call the command \
  20. BLOCKUNIT.
  21.  
  22.   See also:
  23. [L;3][LINK auto]            Auto-Init/Exit
  24. [LINK cc]                CC
  25. [LINK dice]                DICE
  26. [LINK slink]                SLINK
  27. [L;5; LINK about; GOTO address]        Become Registred
  28.